home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / delexec < prev    next >
Text File  |  1991-11-22  |  681b  |  22 lines

  1.  
  2.    12.4 DELAY EXECUTE
  3.  
  4.  
  5. DELAY EXECUTE is used to halt an execute file for a specified amount of time
  6. or until the user responds to an interactive gadget.
  7.  
  8.  
  9.    MODIFIERS
  10.  
  11. CONTINUE       If the CONTINUE modifier is used, a small window containing
  12.                the string "CONTINUE?" will appear at the bottom right of
  13.                the display. To continue the execute file the user must
  14.                click this window with the left button of the mouse.
  15.  
  16. MINUTES        Will halt the execute file for a specified number of minutes.
  17.  
  18. SECONDS        Will halt the execute file for a specified number of seconds.
  19.                A combination of MINUTES and SECONDS can be used.
  20.  
  21.  
  22.